home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / szmod144.zip / SZMODEM.HLP < prev    next >
Text File  |  1991-05-14  |  8KB  |  167 lines

  1. :HELP
  2. You may use the HELP command to obtain either a listing of available
  3. commands or to get a brief summary of a command. To get a listing of
  4. commands, type "HELP" by itself. To get help on a specific command,
  5. type "HELP (command name)". For example, "HELP DIR" would get you
  6. help on the DIR COMMAND.
  7. :ATTRIB
  8. The ATTRIB command may be used to view or change the attributes a file
  9. or series of files. The syntax is as follows:
  10.  
  11.     ATTRIB [+-r +-h +-s +-a] FileSpec
  12.  
  13.     (R=Read only, H=Hidden, S=System, A=Archive)
  14. :CD
  15. The CD (or CHDIR) command is used to change the current directory. For
  16. example, typing "CHDIR \DOWNLOADS" would switch you to the \DOWNLOADS
  17. directory (providing you have one). You can also type "CHDIR" by itself
  18. to get the name of the current directory.
  19. :CHDIR
  20. The CD (or CHDIR) command is used to change the current directory. For
  21. example, typing "CHDIR \DOWNLOADS" would switch you to the \DOWNLOADS
  22. directory (providing you have one). You can also type "CHDIR" by itself
  23. to get the name of the current directory.
  24. :CLS
  25. CLS will clear the SDOS window.
  26. :COPY
  27. COPY is a powerful command that lets you copy files from one location
  28. to another. There are two forms of copy supported by SDOS:
  29.  
  30.     COPY <source file> <dest file>        - Copy a single file
  31.     COPY CON <dest file>                  - Copy keyboard output to file
  32.  
  33. If you use the "COPY CON" format, all keyboard output will be sent to the
  34. file until you send a CTRL-Z character.
  35. :D:
  36. "d:" designates a drive letter. For example, typing "A:" would switch you
  37. to drive a, typing "B:" would switch you to drive b, etc.
  38. :DEL
  39. The DEL (or ERASE) command allows you to delete a file or series of files.
  40. DEL accepts one parameter which is the filespec (wild card allowed) of the
  41. file(s) you wish to delete. You will be prompted before the erasure is made
  42. to make sure you wish to delete the files.
  43. :DELNUL
  44. DELNUL is a special command that will delete zero-length files. It accepts the
  45. same parameters as DEL, but will only files that have a size of 0 bytes.
  46. Occasionally, some programs (such as file transfer protocols) may leave zero
  47. length files laying around. This command gets rid of them.
  48. :DIR
  49. The DIR command will list the files in a certain directory. Typed by itself
  50. {i.e. "DIR"), the DIR command will list the files in the current directory.
  51. You may also specify a directory name (i.e. "DIR C:\TURBO") or a file mask
  52. (i.e. "DIR *.PAS") or both (i.e. "DIR C:\TURBO\*.PAS"). Specifying the
  53. /P option will cuase the directory to pause after each screen and
  54. specifying the /W option will display a wide directory. The "/T" option
  55. may be used to display the TRANSFER TIME of each file.
  56. :ERASE
  57. The DEL (or ERASE) command allows you to delete a file or series of files.
  58. DEL accepts one parameter which is the filespec (wild card allowed) of the
  59. file(s) you wish to delete. You will be prompted before the erasure is made
  60. to make sure you wish to delete the files.
  61. :FREE
  62. The FREE command will display the free space on a drive. Typed by itself,
  63. FREE will display the amount of space on the current drive. By specifying
  64. a drive letter, FREE will display the amount of free space on that
  65. drive.
  66. :MD
  67. The MKDIR (or MD) command will allow you to create a subdirectory. The
  68. subdirectory created will be a subdirectory of your current working
  69. directoriy unless you specify otherwise. MKDIR accepts one parameter
  70. which is the directory name/path.
  71. :MKDIR
  72. The MKDIR (or MD) command will allow you to create a subdirectory. The
  73. subdirectory created will be a subdirectory of your current working
  74. directoriy unless you specify otherwise. MKDIR accepts one parameter
  75. which is the directory name/path.
  76. :REN
  77. The REN (or RENAME) command will let you rename and/or move files. Unlike
  78. dos, you can rename across subdirectory - in effect, moving the file.
  79. REN takes two parameters, a source and a destination file name.
  80. :RENAME
  81. The REN (or RENAME) command will let you rename and/or move files. Unlike
  82. dos, you can rename across subdirectory - in effect, moving the file.
  83. REN takes two parameters, a source and a destination file name.
  84. :RMDIR
  85. The RMDIR (or RD) command will let you remove a sub-directory. To do this,
  86. there may be no files or subdirectories located within the subdirectory
  87. you wish to remove. RMDIR takes one parameter, the name/path of the
  88. subdirectory.
  89. :RD
  90. The RMDIR (or RD) command will let you remove a sub-directory. To do this,
  91. there may be no files or subdirectories located within the subdirectory
  92. you wish to remove. RMDIR takes one parameter, the name/path of the
  93. subdirectory.
  94. :SIZE
  95. The SIZE command will display a tally of the number of files, bytes
  96. contained in the files, and the space that would be consumed on a floppy
  97. drive and a hard drive (2048 byte cluster assumed).
  98. :TYPE
  99. The TYPE command allows you to display a file in the SDOS window. The file
  100. may be ascii or binary and will be displayed one page at a time. You will
  101. be promped between pages  to continue or stop. The TYPE command accepts
  102. one numeric parameter which is the filename to display.
  103. :ZIPVIEW
  104. This command will display the file directory of a zip file. The syntax
  105. is ZIPVIEW followed by the name of the zip file you wish to view. (i.e.
  106. ZIPVIEW THISZIP.ZIP".
  107. :DEBUG
  108. DEBUG is a watered-down version of the MSDOS program. With debug, you may
  109. view a binary/ascii file in hexadecimal format. Unlike the MSDOS debug,
  110. you may not make changes to the file. Typing "H" at the debug prompt will
  111. get you a quick command summary.
  112. :BROWSE
  113. BROWSE is a view browser that will allow you to display a file and use the
  114. arrow keys to scroll up and down within that file. It is similar to TYPE,
  115. but you can move backwards as well as forwards.
  116. :PORTSPEED
  117. This sets the default com port and baud rate that SZMODEM will use. As with
  118. all options in this configuration program, these are only defaults and may
  119. be overridden with the following command lines options:
  120.         PORT x     - Sets com port
  121.         SPEED x    - Sets baud rate
  122. :FOSSIL
  123. Some BBS programs use a FOSSIL driver in an attempt to standardize their
  124. async communications. Toggling this option to ON will cause this SZModem
  125. use the FOSSIL driver instead of SZModem's internal com routines.
  126. :DORINFO
  127. If your bbs produces a DORINFOx.DEF file when a user logs on, you may use
  128. this option to allow SZModem to grab the user's name and city and display
  129. it on the screen during transfers. (See SZMODEM.DOC for more info)
  130. :INSIZE
  131. This will set the input buffer size. The input buffer stores characters after
  132. they are read in from the modem until SZModem can process them. Note: Since
  133. the FOSSIL drivers have fixed buffer sizes, this option only works with
  134. the INTERNAL com routines.
  135. :OUTSIZE
  136. This will set the output buffer size. The output buffer buffers characters
  137. that SZMODEM sends out the com port. NOTE: Since the FOSSIL drivers have
  138. fixed buffer sizes, this option only works with the INTERNAL com routines.
  139. :SZPATH
  140. The SZPATH option allows you to specify a path that the SZXFER$$.LST,
  141. SZMODEM.LOG, and other misc. SZModem files will be placed in.
  142. :DELAYTIME
  143. By default, SZModem will pause a few seconds after a transfer is completed
  144. to allow the user/sysop to view the file lists, chat, etc. This option sets
  145. how long SZModem will delay.
  146. :SZTURBO
  147. The SZTURBO option enables a special mode of SZModem designed to increase
  148. transfer efficiency. Please see SZMODEM.DOC for more information.
  149. :CHECKSNOW
  150. This option will enabled snow checking on monitors that require it. Snow
  151. checking does slow down screen display, so only toggle this on if
  152. necessary.
  153. :EGAVGA
  154. This option will enable the 43/50 line enhanced screen modes if you have an
  155. EGA or VGA display.
  156. :NOLOG
  157. By default, SZModem will create a special log file for use by the sysop. This
  158. option will turn the log file on/off.
  159. :NOPAGE
  160. Remote users normally are allowed to page the sysop during chat mode. This
  161. option can be used to disable that paging capability.
  162. :DORINFOPATH
  163. This option will set the path to your DORINFOx.DEF file if you use one.
  164. If your bbs software does not generate a DORINFOx.DEF, then you probably do
  165. not need this option. (See SZMODEM.DOC for more info)
  166.  
  167.